home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 37
/
Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso
/
Aminet
/
dev
/
misc
/
AmIDE.lha
/
AmIDE
/
Examples
/
hello.c
next >
Wrap
C/C++ Source or Header
|
2000-04-13
|
138b
|
13 lines
/*
** Little example on how to make a project
** with AmIDE
**
*/
#include <stdio.h>
void main(void)
{
printf("Hello AmIDE user\n");
}